| commit | 4f34fd4cdd7713a5300f8eb3fb090c83e3c070e6 | [log] [tgz] |
|---|---|---|
| author | Florent Castelli <orphis@chromium.org> | Wed Apr 01 21:31:49 2020 |
| committer | Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> | Mon Apr 06 12:32:22 2020 |
| tree | 79514c6fa12c244b88acf155da6f20d0b6f7f43e | |
| parent | 5edc0088ebe748262a057a48f948dd6711399b49 [diff] [blame] |
Implement and ship RTCRtpSendParameters.degradationPreference Intent: https://groups.google.com/a/chromium.org/g/blink-dev/c/WPvxi5nUK2E/m/Xd0ZzPwxAwAJ Bug: 857041 Change-Id: I3f11c310624d5c2153eefbf9c1e08383d9aad4f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2074777 Commit-Queue: Florent Castelli <orphis@chromium.org> Reviewed-by: Henrik Boström <hbos@chromium.org> Auto-Submit: Florent Castelli <orphis@chromium.org> Cr-Commit-Position: refs/heads/master@{#755512}
diff --git a/webrtc/RTCRtpReceiver-getParameters.html b/webrtc/RTCRtpReceiver-getParameters.html index 7f8ac67..4be0e3b 100644 --- a/webrtc/RTCRtpReceiver-getParameters.html +++ b/webrtc/RTCRtpReceiver-getParameters.html
@@ -30,9 +30,7 @@ - rtcp.reducedSize is set to true if the receiver is currently prepared to receive reduced-size RTCP packets, and false otherwise. rtcp.cname is left undefined. - - - transactionId and degradationPreference are left undefined. - */ + */ promise_test(async t => { const pc = new RTCPeerConnection(); t.add_cleanup(() => pc.close());